-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement new EVM Multinode #13184
Implement new EVM Multinode #13184
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice progress!
…contractkit/chainlink into BCI-3160-implement-node-interface
Quality Gate passedIssues Measures |
…ontractkit/chainlink into BCI-3160-implement-node-interface
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge into BCI-3160-EVM-MultiNode-PoC
Implemented new EVM Multinode design. The Multinode is now called by chain clients to retrieve the best healthy RPC rather than performing RPC calls directly. Multinode performs verious health checks on RPCs, and in turn increases reliability. This new EVM Multinode design will also be implemented for non-EVMs chains in the future.
Multinode Design Doc: https://docs.google.com/document/d/1nvgelqk4xbznRy8zdy_KHeEjFjgKkqhSUGXSlDze7nU/edit#heading=h.4e7ng0tekbkc